-- card: 60447 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 4507 -- name: -- part contents for background part 2 ----- text ----- A script that explains itself (cont.) -- part contents for background part 1 ----- text ----- on mouseUp You can handle more than one message in a single script. The word "On" marks the beginning of the handler of each message. "On" is followed by a single word that is the name of the message being handled. When HyperCard or another script sends the message "mouseUp", HyperCard chooses a handler to use by searching for "on mouseUp" in a script. Each handler must end with "end ". -- part contents for background part 43 ----- text ----- 267,189 -- part contents for background part 44 ----- text ----- "On" starts a message handler